Fix(number) Returns the closest integer less than number if number is greater than or equal to 0. Returns the closest integer greater than number if number is less than 0. See also Ceiling, Int, and Round.
Returns the closest integer less than number if number is greater than or equal to 0. Returns the closest integer greater than number if number is less than 0.
See also Ceiling, Int, and Round.
Any number.